home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0268.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  628 b   |  19 lines

  1.  
  2.  
  3.   Thanks to everyone who helped me out with my compiler/real number
  4. problem, I changed it to integers only and it works fine.
  5.  
  6.   I have one other small problem (more an annoyance, really) in that
  7. I use Input #1 at the start of the game to load in the 
  8. level data which takes the form of several arrays of dimensions 
  9. (40,40) or so, and it takes absolutely *ages*. Is there
  10. any quicker way of loading variables from disk?  I have tried
  11. moving the files to ram: first but this makes no substantial
  12. speed difference from the hard drive. I dread to think
  13. what it would be like off floppies.
  14.  
  15.   Thanks in advance,
  16.         D.P.O`Cuinn.
  17.  
  18.  
  19.